home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / admin / uucp / atdialers / atdialT3K < prev    next >
Encoding:
Text File  |  1997-08-26  |  2.2 KB  |  69 lines

  1. * @(#) atdialT3K 1.0 95/10/21
  2. * atdialer default file for Telebit T3000
  3. * Tested for rackmount version; probably will work for standalone modems too.
  4. * 95/10/21 John H. DuBois III (john@armory.com)
  5. * This dialer sets the modem to use a fixed DTE speed, with the modem doing
  6. * Baud rate conversion.  
  7. * To change the DTE speed, change the value that S51 is set to.
  8. * If the modem is on an enabled tty line (set for dialin), the fixed DTE speed
  9. * set here MUST match the speed that getty is set for (as determined by the
  10. * gettydefs entry chosen by the gettydefs tag passed to getty, configured in
  11. * the inittab file).
  12.  
  13. *&F    Load factory default 'tty' configuration.
  14. *&C1    CD follows carrier
  15. *&D2    Hang up on DTR low
  16. *X12    result code reflects DTE speed
  17. *&Q    use asynchronous communication
  18. *E    disable command echo
  19. *M    speaker disabled
  20. *Q    report result codes
  21. *S0=1    Answer after 1 ring
  22. *S2=043    set escape char to +
  23. *S45=0    disable remote access to modem config
  24. *S46=0    disable callback security.  Password required to set this register.
  25. *S50=0    automatic modem speed determination
  26. *S51=5    set speed after connect to 19200
  27. *S51=6    set speed after connect to 38400
  28. *S58=2    use RTS/CTS flow control for data from modem
  29. *S61=0    do not enter command mode on break
  30. *S63=0    send break to remote system within data sequence
  31. *S68=255    use same flow control as s58 specifies for data to modem
  32. *S94=1    connect at any speed
  33. *S104=0    disable autodialing
  34. *S180=2    use v42 error control with detection phase
  35. *S181=1    if no error control can be negotiated, use buffered/flow control mode
  36. *S190=1    allow data compression in both directions
  37. *T    tone dialing
  38. *V1    english result codes
  39. *Y    do not respond to long space disconnect
  40. *Z    reset.  Any further commands on the same line are ignored.
  41.  
  42.  
  43. * set by &f:
  44. * &QE1QV1YS2=043S45=0S50=0S63=0S68=255S94=1S104=0S180=2S181=1S190=1
  45. MDM_SETUP=AT&F&C1&D2X12S51=6S58=2S61=0
  46. MDM_OPTION=
  47. MDM_DIALCMD=ATDT
  48. MDM_ESCAPE=+++
  49. MDM_HANGUP=ATQH
  50. MDM_RESET=ATQZ
  51. MDM_DIALIN=ATS0=1Q1
  52. MDM_ATTN=AT
  53. MDM_DSBLESC=ATS2=128
  54. RTC_OK=OK
  55. RTC_NOCARR=NO CARRIER
  56. RTC_ERROR=ERROR
  57. RTC_NOTONE=NO DIALTONE
  58. RTC_BUSY=BUSY
  59. RTC_NOANS=NO ANSWER
  60. RTC_300=CONNECT 300
  61. RTC_1200=CONNECT 1200
  62. RTC_2400=CONNECT 2400
  63. RTC_4800=CONNECT 4800
  64. RTC_9600=CONNECT 9600
  65. RTC_19200=CONNECT 19200
  66. RTC_38400=CONNECT 38400
  67.  
  68. STTY=-IXON -IXOFF -RTSFLOW -CTSFLOW ORTSFL
  69.